home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / mus / misc / Ripit11.lha / Ripit11 / Disk2File next >
Text File  |  1995-09-01  |  369b  |  22 lines

  1. requestfile >ENV:xfile RAM: NOICONS TITLE "Save Disk Data as?"
  2. IF not $xfile
  3.    skip 1
  4. ENDIF 
  5.  
  6. echo ""
  7. echo "Insert Disk into drive DF0:"
  8. echo "Press RETURN to start..."
  9. setenv >NIL: pathname ?
  10.  
  11. echo >ENV:xfile2 `echo $xfile`
  12. delete >NIL: ENV:xfile
  13.  
  14. echo ""
  15. echo "Reading disk, Please Wait..."
  16. echo ""
  17.  
  18. Disk2File.dat >$xfile2
  19.  
  20. delete >NIL: ENV:xfile2
  21. lab 1
  22.